parameter list

英 [pəˈræmɪtə(r) lɪst] 美 [pəˈræmɪtər lɪst]

参数表

计算机



双语例句

  1. Clicking the Add button next to the Parameter list brings up a Create Parameter dialog, where you can type in the name, type, and dimension of the parameter.
    点击参数列表旁边的添加按钮会弹出一个创建参数对话框,在这个对话框里你可以输入参数名称、类型以及维数。
  2. You will notice the keyword parameter list is a small part of the larger picture of metadata in the image.
    您会注意到关键字参数列表仅仅是图像元数据的一小部分。
  3. The calling function must not depend on the parameter list still being on the stack when your function returns to it.
    当函数返回到进行调用的函数时,后者一定不能依赖于仍在栈中的参数列表。
  4. When the report is run in the BIRT Report Viewer, the user will be prompted with a report parameter list box with the set of values specified during design time.
    当报告在BIRTReportViewer中运行时,用户将看到一个报告参数列表框,其中包含设计时指定的一组值。
  5. As a parameter and adds it to the parameter list of the report.
    关键字自动检测为参数,并将其添加到报告的参数列表。
  6. The parameter list is for parameters that this function sends to other function calls, not for its own parameters.
    参数列表中的参数是该函数发送给其他函数调用的参数,而非其自身的参数。
  7. All of the following examples use the same in/ out parameter list, the same input data, the same SQL/ XML functions, and produce the same results.
    下面的所有示例都使用同样的输入/输出参数列表、同样的输入数据和同样的SQL/XML函数,并产生同样的结果。
  8. At this point, you can generate a sample message, which contains a fully populated Message Transport and Control Act Wrapper and no data in the parameter list.
    此时,您可以生成示例消息,其包含完全填充的MessageTransport和ControlActWrapper且在参数列表中没有数据。
  9. Note that we ignore the first entry,$_ [ 0], in the parameter list.
    注意,在参数列表中,我们省略了第一个条目$[0]。
  10. Unlike the corresponding system call DeviceIOControl, the input parameter list in ioctl is not fixed.
    与对应的系统调用DeviceIOControl不同,ioctl的输入参数列表并不固定。
  11. The executeSQL function takes an SQL string, then optionally a parameter list, plus success and error handler functions.
    executeSQL函数接受一个SQL字符串,然后是一个可选的参数列表,外加成功和错误处理器函数。
  12. Once the variables and parameter list is initialized, the getConflictDocuments method is invoked.
    在初始化变量和参数列表之后,就会调用getConflictDocuments方法。
  13. PureQuery follows the rules for parameter marker syntax to determine how SQL statement parameters are mapped from the declared parameters in the annotated method's parameter list.
    pureQuery遵从参数占位符语法规则来决定如何从带注释的方法的参数列表中声明的参数映射SQL语句参数。
  14. The semantics for creating a new word is a message that doesn't match any query patterns and which contains a parameter list.
    创建一个新单词的语义是一个不匹配任何查询模式并且包含一个参数清单的消息。
  15. In XSLT v2, you can't pass a parameter to a named template that is not defined in its parameter list.
    在XSLTv2中,您不能将参数传递给未在其参数列表中定义的命名模板。
  16. Traversal string: The ':' delimiter is only valid as a parameter-name specifier in a parameter list.
    遍历字符串:分隔符:仅在作为参数列表中参数名的指定符时才有效。
  17. A default argument is specified by providing an explicit initializer for the parameter in the parameter list.
    默认实参是通过给形参表中的形参提供明确的初始值来指定的。
  18. A literal value is required. Please specify a value before adding a new parameter to the invocation parameter list.
    要求参数值。请在向调用参数列表添加新参数之前指定一个值。
  19. Events, like methods, have a signature that includes a name and a parameter list.
    事件和方法一样具有签名,签名包括名称和参数列表。
  20. A function definition specifies four elements: the return type, the function name, a ( possibly empty) parameter list enclosed in parentheses, and the function body.
    定义函数必须指定4个元素:返回类型、函数名、圆括号内的形参表(可能为空)和函数体。
  21. Add a comma and continue the type parameter list, or add a closing parenthesis character to terminate the list.
    请添加逗号,然后再继续向类型参数列表中添加项,或添加右括号字符结束列表。
  22. Add or remove type arguments from your calling code so that the type argument list matches the type parameter list of the version you intend to call.
    在调用代码中添加或移除类型变量,以便类型变量列表与想要调用的版本的类型参数列表匹配。
  23. Template argument list following class template name must list parameters in the order used in template parameter list
    类模板名称后面的模板参数列表必须按模板参数列表中使用的顺序列出参数
  24. If the shadowed element is a procedure, the resolution is to the closest accessible version with the same name, parameter list, and return type.
    如果被隐藏的元素是一个过程,则将解析为具有相同的名称、参数列表和返回类型的最近似的可访问版本。
  25. If a default argument is provided in the parameter list of a function definition, the default argument is available only for function calls in the source file that contains the function definition.
    如果在函数定义的形参表中提供默认实参,那么只有在包含该函数定义的源文件中调用该函数时,默认实参才是有效的。
  26. In which parameter-name is the identifier in the parameter list, and description is text that can continue on subsequent lines.
    其中,参数名是指参数列表内的标识符,而说明代表一些可延续到后续行内的说明文字。
  27. This improvement allows the parameter list to be displayed to the end user in a much more logical manner.
    这个改进使得参数列表以一种更符合逻辑的方式呈现给最终用户。
  28. In particular, if the definition and declaration agree as to parameter list but differ as to return type, the compiler will issue a warning or error message indicating the discrepancy.
    特别地,如果函数定义和函数声明的形参列表一致,但返回类型不一致,编译器会发出警告或出错信息来指出这种差异。
  29. You should note that two functions with the same name and parameter list, but different return types, generate a compiler error.
    需注意的是,假如两个函数的名称与参数列表均一致然而返回类型不同的话,这就是个编译错误。
  30. For example, when developing an order detail report, you may wish to present a dynamic parameter list of all orders.
    例如,在开发一个详细订单的报表时,你可能希望展示一个所有订单的动态参数列表。